home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / os20 / cli / toggleprt.lha / TogglePrt.man < prev    next >
Text File  |  1980-01-04  |  2KB  |  56 lines

  1.      7 January 1993                                               TOGGLEPRT
  2.  
  3.  
  4.      NAME
  5.           TogglePrt - AmigaDOS script to toggle between two printer drivers
  6.                       on the fly.
  7.           TogglePrt.rexx - ARexx script to do the same.
  8.  
  9.      SYNOPSIS
  10.           execute TogglePrt /* AmigaDOS script version */
  11.           rx TogglePrt.rexx /* ARexx script version, RexxMast must be
  12.                                active */
  13.  
  14.      REQUIREMENTS
  15.           AmigaDOS 2.0 or higher and ARexx.
  16.  
  17.      DESCRIPTION
  18.           TogglePrt is a set of two scripts to toggle between two printer
  19.           preferences presets.  I designed it with the GPFax driver in
  20.           mind, so that is what appears in both scripts.  Just change
  21.           the .pre filenames in either script to customize for your own
  22.           two preset files. Two example preset files are included.  You
  23.           will have to alter them for your own setup.
  24.  
  25.           To make a preset file, just load up the Printer preferences
  26.           from the SYS:Prefs/ directory, adjust the settings to your
  27.           liking, and select "Save As..." from the menu bar and give the
  28.           preset file a name of your liking.  It is good practice to save
  29.           them to the SYS:Prefs/Presets/ directory.
  30.  
  31.           The ARexx version can be run either from the shell or can be
  32.           called from a program that can run ARexx scripts such as a word
  33.           processor, fax program, or terminal program.
  34.  
  35.           The AmigaDOS script version can be run with the 'execute' command
  36.           or can be run without execute provided the +s protection has been
  37.           set.
  38.  
  39.           Either can also be run from the provided icons.
  40.  
  41.      LICENSE
  42.           Feel free to demolish this to your liking, I have placed these
  43.           scripts in the public domain.
  44.  
  45.      DISCLAIMER
  46.           These scripts work fine on my system.  I take no responsibility
  47.           for any damage that might occur from use of these scripts on your
  48.           own system.
  49.  
  50.      AUTHOR
  51.           Brian J. Cerveny
  52.           email: brianc@iastate.edu        
  53.           IRC: RedWine
  54.  
  55.           (Original concept and enlightenment by Budha on IRC.)
  56.